home *** CD-ROM | disk | FTP | other *** search
/ Stunning Games / Stunning Games volume 1.iso / titles / fstorm / start.bat < prev    next >
DOS Batch File  |  1995-07-28  |  471b  |  26 lines

  1. @echo off
  2.  
  3. echo ┌────────────────────────────────────────────────────────────────────────┐
  4. echo │             Please wait for Menu and Game to initialize.               │
  5. echo └────────────────────────────────────────────────────────────────────────┘
  6.  
  7. pushpath
  8. md c:\stun6878
  9. xcopy *.* c:\stun6878        > NUL
  10. c:
  11. cd \stun6878
  12. attrib *.* -r
  13.  
  14. fstorm
  15.  
  16. cd..
  17. deltree /y c:\stun6878       > NUL
  18.  
  19. call c:\poppath
  20. del c:\poppath.bat
  21.  
  22. cd..
  23. cd..
  24. run.bat
  25.  
  26.